@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
*{
    margin: 0;
    padding: 0;
    
    list-style: none;
    text-decoration: none;
}

.middle  img{
  width: 100%;
  height: 100%;
  position: relative;
  right: 50px;

}
body {
  height: 20000rem;
  background: rgb(5, 104, 235);
  background: linear-gradient(90deg, rgba(5, 104, 235, 1) 10%, rgba(129, 2, 185, 1) 100%);
}


.logo{
    font-family: 'Righteous', 'cursive';
    font-size: 25px;
    font-weight: 700;
    color: linear-gradient(10deg, rgb(7, 5, 5) 0%, rgb(255, 255, 255) 100%);
    margin-top: -80px;
    width: 40rem;
    height: auto;
    
  }
  
#menu-icon {
  color: white;
  font-size: 35px;
  z-index: 1001;
  cursor: pointer;
  display: none;
}

.logopng {
  width: 90px;
  margin-top: -20px;
  position: absolute;
  left: 50px;
}


.photo {
  height: auto;
}

header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 9%;
  background: transparent;
  opacity: 10000;
  background-color: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.menu {
  margin-top: -80px;
  margin-right: 55px;
  padding: 80px 0px;
  padding-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.menu-1 {
  background: transparent;
  display: flex;
  position: relative;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-item {
  display: inline-block;
  margin: 0 15px;
}

.menu-item a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 4px 0;
}

.menu-item a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.menu-item:hover a::before {
  transform: scale3d(1, 1, 1);
}


/*TEXT*/
.text-h2{
  font-family: 'REM', sans-serif;
  font-size: 70px;
 display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.text-h3{
  font-family: 'REM', sans-serif;
  font-size: 50px;
 display: flex;
  justify-content: center;
  align-items: center;
}


.div-line {
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 50px;
  border-top: 2px #000000 solid;
  width: auto;
  
}
.text-content{
  background-color: rgba(0, 0, 0, 0.2);
  font-family: 'REM', sans-serif;
  position: absolute;
  top: 55%;
  left: 15%;
  margin-top: -124px;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  box-shadow: 0 15px 25px rgba(129, 124, 124, 0.2);
  text-align: left;
  padding-top: 70px;
  padding-bottom: 200px;
  padding-right: 90px;
  padding-left: 10px;
  line-height: 2;
  font-size: 29px;
  
}
.text-images img{
  width: 600px;
  height: 500px;
  position: absolute;
  right: 15%;
  top: 40%;
  border-radius: 10px;
}

.div-line2 {
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 650px;
  border-top: 2px #000000 solid;
  width: auto;
  
}
.middle-text > iframe {
  width: 100%;
  height: 450px;
}


/*Bscstation about us*/
.middle{
  padding-left: 450px;
  padding-right: 450px;
}
.middle-text-header {
  font-size: 25px;
  color: #ffffffb9;
  margin-top: -17rem;
  
}

.middle-text {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 15px;
  color: #ffffffb9;
  text-align: left;
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  
}
.middle-img{
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}

.middle-line{
  padding-bottom: 300px;
  padding-top: 60px;

 
}



/*Footer*/
.footer-distributed {
  background-color: rgba(0, 0, 0, 0.205);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(68, 65, 65, 0.897);
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}
.space{
  height: 440px;
  
}
@media (max-width: 1535px){

  header{
    padding: 15px 3%;
    transition: .2s;
  }
  .icon{
    padding: 0 3%;
    transition: .2s;
  }
  .scrool{
    right: 3%;
    transition: .2s;
  }
  .div-line{
    top: 100%;
    align-items: center;
  }
  .middle{
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 3%;
    
  }
  .text-content{
    position: absolute;
    top: 60%;
  }
  .text-images img{
    width: 458px;
    height: 500px;
    position: absolute;
    right: 15%;
    top: 45%;
    border-radius: 10px;
  }
}
@media  (max-width: 1460px){
section{
  padding: 0 12%;
  transition: .2s;
}
.div-line{
  top: 100%;
}
.text-content{
  position: absolute;
  top: 60%;
}
.text-images img{
  width: 458px;
  height: 500px;
  position: absolute;
  right: 15%;
  top: 45%;
  border-radius: 10px;
}

}
@media (max-width: 1340px){
  .text h3{
    margin-bottom: 25px;
  }
  
  .laptop img{
       width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 50px;
  }
  
  .middle  img{
    width: 135%;
    height: 100%;
    position: relative;
    right: 50px;

  }
  .div-line{
    top: 100%;
  }
  .text-content{
    position: absolute;
    top: 65%;
  }
  .text-images img{
    width: 367px;
    height: 500px;
    position: absolute;
    right: 15%;
    top: 50%;
    border-radius: 10px;
  }
  
  }
@media (max-width: 1195px){ 
section{
  padding: 0 3%;
  transition: .2s;
}
.text{
  padding-top: 115px;
}
.laptop img,
.middle img{
  text-align: center;
}
.photo img{
  width: 56px;
  text-align: center;
  height: auto;
}
.AnaBaşlik{
  height: 100%;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.icon{
  display: none;
}
.scrool{
  display: none;
}
.div-line{
  top: 100%;
}
.text-content{
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 60%;

}
.text-images img{
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  width: 432px;
    height: 401px;
}
.div-line2{
  margin-top: 110%;
}
.space{
  height: 341px;
}
}
@media (max-width: 990px){
  #menu-icon{
    display: block;
  
  }
  .logopng{
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .menu-1 {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #393e46;
    width: 300px;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px;
    transition: all .55s ease;
     margin-right:0;
  }
  .menu li{
    margin-left: 0;
    display: block;
    margin: 25px 0;
  }
  .menu.open{
    right: 0;
  }
  .div-line{
    top: 100%;
    right: 50px;
    left: 50px;
  }
  .laptop img{
    
    top: 200px;
  }
  .middle{
    
    margin-top: 50%;;
  }
  .text-content{
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
  .div-line2{
    margin-top: 80rem;
  }
  .space{
    height: 0;
  }
  .text-images img{
    position: absolute;
    left: 50%;
    top: 165%;
    transform: translate(-50%, -50%);
    width: 441px;
    height: 430px;
  }
}
@media (max-width: 680px){
  .div-line{
    top: 70%;
    right: 50px;
    left: 50px;
  }
  .middle{
    
    margin-top: 75%;;
  }
  .text-content{
    position: absolute;
    left: 50%;
    top: 95%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    padding-right: 16px;
    padding-bottom: 110px;
    width: 70%;
  }
  .text-h3{
    font-size: 30px;
  }
  .div-line2{
    margin-top: 834px;
  }
  .space{
    height: 0;
  }
  .text-images img{
    position: absolute;
    left: 50%;
    top: 125%;
    transform: translate(-50%, -50%);
    width: 257px;
    height: 263px;
  }
}
@media (max-width: 375px){
  .div-line{
    top: 55%;
    right: 50px;
    left: 50px;
  }
  .middle{
    
    margin-top: 330%;;
  }
  .text-content{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
  
  }
  .text-h3{
    font-size: 25px;
  }
  .div-line2{
    margin-top: 0;
    position: absolute;
    top: 100px;


  }
  .space{
    height: 0;
  }
  .text-images img{
    position: absolute;
    left: 50%;
    top: 135%;
    transform: translate(-50%, -50%);
    width: 257px;
    height: 263px;

}
.text-h2 {
  font-size: 45px;
}
}




































